home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
U.S. Robotics Connections 2
/
US Robotics Connections.iso
/
pc
/
sourcepc
/
palmpc.dir
/
00188.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-01
|
182 b
|
11 lines
on exitFrame
repeat with i = 15 to 16
if rollOver(i) = 1 then
set lFrame to "TDB." & string(i - 14)
go(lFrame)
exit
end if
end repeat
go("TDB.0")
end